home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16445 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  934 b 

  1. Path: news.th-darmstadt.de!news
  2. From: enno@inferenzsysteme.informatik.th-darmstadt.de (Enno Sandner)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Determining Array size
  5. Date: 10 Apr 1996 19:33:17 +0200
  6. Organization: Fachbereich Informatik, TH Darmstadt
  7. Sender: enno@kitz.inferenzsysteme.informatik.th-darmstadt.de
  8. Message-ID: <lt7mvooug2.fsf@kitz.inferenzsysteme.informatik.th-darmstadt.de>
  9. References: <316a9cef.44425478@news.synapse.net>
  10.     <316b40fb.33725008@news.synapse.net>
  11. NNTP-Posting-Host: kitz.intellektik.informatik.th-darmstadt.de
  12. In-reply-to: phill@synapse.net's message of Wed, 10 Apr 1996 05:03:49 GMT
  13. X-Newsreader: Gnus v5.1
  14.  
  15. In article <316b40fb.33725008@news.synapse.net> phill@synapse.net (Phil Lachance) writes:
  16.  
  17.    I would like to send an array to a function without having to send the
  18.    array size.  Is there any way to determine the size of an array?  
  19.  
  20. No, not in general -- use an array/vector-class instead.
  21.  
  22.     Enno
  23.